Eclipse JDT
Pre-release 3.0

Package org.eclipse.jdt.launching.sourcelookup

Application programming interfaces and classes for source lookup.

See:
          Description

Interface Summary
IJavaSourceLocation A repository of source code.
 

Class Summary
ArchiveSourceLocation Locates source elements in an archive (zip) in the local file system.
DirectorySourceLocation Locates source elements in a directory in the local file system.
JavaProjectSourceLocation Locates source elements in all source folders of the given Java project.
JavaSourceLocator Locates source for a Java debug session by searching a configurable set of source locations.
LocalFileStorage Implementation of storage for a local file (java.io.File).
PackageFragmentRootSourceLocation Locates source elements in a package fragment root.
ZipEntryStorage Storage implementation for zip entries.
 

Package org.eclipse.jdt.launching.sourcelookup Description

Application programming interfaces and classes for source lookup.

Package Specification

Provides support for source lookup.


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.